DefaultKeyStoreCryptor

public final class DefaultKeyStoreCryptor implements KeyStoreCryptor

This class is used to verify that the certificate signing received from the server is valid.

Constructors

DefaultKeyStoreCryptor
Link copied to clipboard
@Inject()
DefaultKeyStoreCryptor DefaultKeyStoreCryptor()

Types

Companion
Link copied to clipboard
public class Companion

Functions

decrypt
Link copied to clipboard
String decrypt(String token)
encrypt
Link copied to clipboard
String encrypt(String token)
getKeyStore
Link copied to clipboard
final KeyStore getKeyStore()
getSecurityKeyWrapper
Link copied to clipboard
final SecurityKeyWrapper getSecurityKeyWrapper(KeyStore keyStore)